Skip to content

Support Android SDK 35#545

Merged
devPalacio merged 4 commits intomainfrom
sdk-35
Jul 12, 2024
Merged

Support Android SDK 35#545
devPalacio merged 4 commits intomainfrom
sdk-35

Conversation

@devPalacio
Copy link
Contributor

@devPalacio devPalacio commented Jul 1, 2024

Cleaning up some compiler errors and deprecations when building against the Android API 35 JAR (compileSDK = 35)

e: DbxOfficialAppConnector.kt:296:35 Not nullable value required to call an 'iterator()' method on for-loop range
e: DropboxAuthIntent.kt:21:68 Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type ApplicationInfo?

applicationInfo returning null is now handled properly.

Added some branching to use non-deprecated package signature APIs for devices >= API 28

@devPalacio devPalacio self-assigned this Jul 1, 2024
@devPalacio devPalacio marked this pull request as ready for review July 1, 2024 19:18
@devPalacio devPalacio merged commit 80ef16a into main Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments